home *** CD-ROM | disk | FTP | other *** search
/ GameSpot.it / GameSpot Italia (2001).bin / demo / severancedemo / data1.cab / Program_Files / Maps / Casa / Sonidospuntuales.py < prev   
Text File  |  2000-10-13  |  2KB  |  90 lines

  1. import Sounds
  2. import Bladex
  3.  
  4.  
  5.  
  6. ########################################
  7. ###  RANAS                          ####
  8. #######################################
  9. ###1
  10. #sp1=Bladex.CreateSound("..\\..\\Sounds\\frog-bg.wav","cricri")
  11. #sp1.MaxDistance=20000
  12. #sp1.MinDistance=3000
  13. #sp1.Volume=0.7
  14. #sp1.BaseVolume=1.0
  15. #sp1.SendNotify=0
  16. #sp1.Play(130000, 7000, -86000,-1)
  17.  
  18. ###2
  19. #sp2=Bladex.CreateSound("..\\..\\Sounds\\bg-swamp-crickets.wav","crocro")
  20. #sp2.MaxDistance=20000
  21. #sp2.MinDistance=3000
  22. #sp2.Volume=0.7
  23. #sp2.BaseVolume=1.0
  24. #sp2.SendNotify=0
  25. #sp2.Play(121000, 10000, -67000,-1)
  26.  
  27.  
  28. ###2
  29. ##sp4=Sounds.CreatePeriodicSound("..\\..\\Sounds\\creature-eerie2.wav", "grr2",11,5,(143300, 10000, -44000))
  30. #sp4.Volume=1
  31. #sp4.MinDistance=3000
  32. #sp4.MaxDistance=100000
  33. #sp4.Volume=1
  34. #sp4.BaseVolume=1.0
  35. #sp4.SendNotify=0
  36.  
  37. #sp4.PlayPeriodic()
  38.  
  39.  
  40.  
  41.  
  42. #######################################
  43. ###  fuego dentro de la casa       ####
  44. #######################################
  45.  
  46.  
  47. ###1
  48. sff1=Bladex.CreateSound("..\\..\\Sounds\\fuego-pequeno.wav","fff")
  49. sff1.MaxDistance=11000
  50. sff1.MinDistance=2000
  51. sff1.Volume=0.7
  52. sff1.BaseVolume=1.0
  53. sff1.SendNotify=0
  54. sff1.Play(15000,-100,11500,-1)
  55.  
  56.  
  57. ####################################
  58. ###cuervos
  59. ####################################
  60.  
  61. ###2
  62. sph2=Sounds.CreatePeriodicSound("..\\..\\Sounds\\cuervo-graznido.wav", "bhuuh",8,4,(18000, -3000, 25000))
  63. sph2.Volume=0.8
  64. sph2.MinDistance=1000
  65. sph2.MaxDistance=5000
  66. sph2.BaseVolume=1.0
  67. sph2.SendNotify=0
  68. sph2.PlayPeriodic()
  69.  
  70. ###3
  71. sph3=Sounds.CreatePeriodicSound("..\\..\\Sounds\\crow-fly1.wav", "bhuhh",10,5,(21000, -3000, 22000))
  72. sph3.Volume=0.8
  73. sph3.MinDistance=900
  74. sph3.MaxDistance=6000
  75. sph3.BaseVolume=1.0
  76. sph3.SendNotify=0
  77.  
  78. sph3.PlayPeriodic()
  79.  
  80. ###4
  81. sp4=Sounds.CreatePeriodicSound("..\\..\\Sounds\\crow-calls1.wav", "grr2",7,4,(12000, -3000, 20000))
  82. sp4.Volume=1
  83. sp4.MinDistance=1000
  84. sp4.MaxDistance=60000
  85. sp4.Volume=1
  86. sp4.BaseVolume=1.0
  87. sp4.SendNotify=0
  88.  
  89. sp4.PlayPeriodic()
  90.